.close_bgmask {
  position: absolute;
  top: -50px;
  right: -60px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg t='1692325880517' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8296' width='48' height='48'%3E%3Cpath d='M512 455.431l331.716-331.715c15.62-15.621 40.947-15.621 56.568 0 15.621 15.62 15.621 40.947 0 56.568L568.57 512l331.715 331.716c15.621 15.62 15.621 40.947 0 56.568-15.62 15.621-40.947 15.621-56.568 0L512 568.57 180.284 900.284c-15.62 15.621-40.947 15.621-56.568 0-15.621-15.62-15.621-40.947 0-56.568L455.43 512 123.716 180.284c-15.621-15.62-15.621-40.947 0-56.568 15.62-15.621 40.947-15.621 56.568 0L512 455.43z' fill='%23ffffff' p-id='8297'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s;
  cursor: pointer;
}
.close_bgmask:hover {
  background-image: url("data:image/svg+xml,%3Csvg t='1692325880517' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8296' width='48' height='48'%3E%3Cpath d='M512 455.431l331.716-331.715c15.62-15.621 40.947-15.621 56.568 0 15.621 15.62 15.621 40.947 0 56.568L568.57 512l331.715 331.716c15.621 15.62 15.621 40.947 0 56.568-15.62 15.621-40.947 15.621-56.568 0L512 568.57 180.284 900.284c-15.62 15.621-40.947 15.621-56.568 0-15.621-15.62-15.621-40.947 0-56.568L455.43 512 123.716 180.284c-15.621-15.62-15.621-40.947 0-56.568 15.62-15.621 40.947-15.621 56.568 0L512 455.43z' fill='%230088fa' p-id='8297'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s;
}
.img_bgmask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000,endcolorstr=#19000000);
  z-index: 1000;
  text-align: center;
  display: none;
}
.img_bgmask .view_img_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  z-index: 1002;
}
.img_bgmask .view_img_wrap img {
  position: relative;
  z-index: -1;
}